Skip to main content

Theme Modals

The theme modals are special content items that create a Modal window. The modal window can then be accessed with special link tags.

Using Modals

The modal can be triggered by any link on the site. To trigger a modal window to open, simply use the following url structure mylacmodal~modal-name

Modal name will be the name of the modal you created in the theme options.

note

Modals are loaded on each page, it is important to not over do it with modals as they can add a lot of overhead to your site.

OptionValueDescription
Modal NameTextThe modal name is the name that will be used to reference your modal. Names must be unique and not contain spaces
Modal DetailsTextThe modal details is what will display in the modal when it is triggered
Modal TitleTextThe modal title is the title that will display when the modal is opened.
Show close buttonTrue / FalseWhen this option is set, the modal window will display a close button at the bottom of the modal.